func runtime.traceGoroutineStackID

4 uses

	runtime (current package)
		traceallocfree.go#L137: 	tl.eventWriter(traceGoRunning, traceProcRunning).commit(traceEvGoroutineStack, traceGoroutineStackID(base), order)
		traceallocfree.go#L143: 	tl.eventWriter(traceGoRunning, traceProcRunning).commit(traceEvGoroutineStackAlloc, traceGoroutineStackID(base), order)
		traceallocfree.go#L148: 	tl.eventWriter(traceGoRunning, traceProcRunning).commit(traceEvGoroutineStackFree, traceGoroutineStackID(base))
		traceallocfree.go#L152: func traceGoroutineStackID(base uintptr) traceArg {